object ServerInfoDlg: TServerInfoDlg Left = 227 Top = 102 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Server informace' ClientHeight = 359 ClientWidth = 367 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 113 Top = 21 Width = 247 Height = 256 Shape = bsFrame end object Label1: TLabel Left = 119 Top = 25 Width = 3 Height = 13 end object Label2: TLabel Left = 119 Top = 55 Width = 3 Height = 13 end object Label3: TLabel Left = 119 Top = 85 Width = 3 Height = 13 end object Label4: TLabel Left = 119 Top = 115 Width = 3 Height = 13 end object Label5: TLabel Left = 119 Top = 145 Width = 3 Height = 13 end object Label6: TLabel Left = 119 Top = 175 Width = 3 Height = 13 end object ServersLabel: TLabel Left = 8 Top = 5 Width = 59 Height = 13 Caption = 'IP serveru:' end object ServerDetailsLabel: TLabel Left = 116 Top = 5 Width = 67 Height = 13 Caption = 'Detaily o serveru:' end object Label7: TLabel Left = 119 Top = 205 Width = 3 Height = 13 end object Label8: TLabel Left = 119 Top = 235 Width = 3 Height = 13 end object hlp: TMemo Left = -275 Top = 102 Width = 287 Height = 157 Lines.Strings = ( 'hlp') TabOrder = 1 Visible = False end object OKBtn: TButton Left = 282 Top = 323 Width = 77 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Zav��t' ModalResult = 1 TabOrder = 0 end object ServerListView: TListView Left = 7 Top = 21 Width = 104 Height = 256 Columns = <> ReadOnly = True ParentShowHint = False ShowHint = False TabOrder = 2 ViewStyle = vsList OnSelectItem = ServerListViewSelectItem end object Button3: TButton Left = 281 Top = 291 Width = 78 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Ulo�it' Default = True TabOrder = 3 OnClick = Button3Click end object GroupBox1: TGroupBox Left = 8 Top = 282 Width = 265 Height = 73 Anchors = [akLeft, akBottom] Caption = 'Ulo�it/poslat informace' TabOrder = 4 object TextRadioButton: TRadioButton Left = 19 Top = 18 Width = 208 Height = 13 Caption = 'textov� soubor' Checked = True TabOrder = 0 TabStop = True end object HtmlRadioButton: TRadioButton Left = 19 Top = 35 Width = 222 Height = 14 Caption = 'html soubor' TabOrder = 1 end object MailRadioButton: TRadioButton Left = 19 Top = 52 Width = 230 Height = 13 Caption = 'emailovou zpr�vu' TabOrder = 2 end end object SaveDialog: TSaveDialog Left = 292 Top = 186 end end